home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_348 / BUTTONCONDACTION on(rollOut, dragOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  231 b   |  14 lines

  1. on(rollOut, dragOut){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    if(getProperty("../addpopup", _visible) == "0")
  7.    {
  8.       tellTarget("addBounce")
  9.       {
  10.          gotoAndStop(1);
  11.       }
  12.    }
  13. }
  14.